Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NBlocksRing<T> Class / SIQ Method


In This Topic
    SIQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function SIQ( _
       ByVal tIQ As T, _
       ByVal UIQ As System.Integer, _
       ByRef vIQ As NChainNode(Of T()), _
       ByRef WIQ As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NBlocksRing(Of T)
    Dim tIQ As T
    Dim UIQ As System.Integer
    Dim vIQ As NChainNode(Of T())
    Dim WIQ As System.Integer
    Dim value As System.Integer
     
    value = instance.SIQ(tIQ, UIQ, vIQ, WIQ)
    internal System.int SIQ( 
       T tIQ,
       System.int UIQ,
       out NChainNode<T[]> vIQ,
       out System.int WIQ
    )

    Parameters

    tIQ
    UIQ
    vIQ
    WIQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also